php forum
php mysql forum
php mysql smarty
 
Topic Options
#314422 - 06/16/07 11:23 AM [7.1.1] - Move thread PMs topic starter/poster
sirdude Offline
Enthusiast

Registered: 11/08/03
Posts: 490
Loc: SoCal
My moderators are too lazy to PM a user, when a thread is moved and invariably it leads to some griping by the movee (sp).

Sooo, this mod allows the thread move process to send a PM to the topic starter (or the poster, if it's posts within a thread) with the reason for the move.

I did this for 6.5.x and now it's updated for 7.1.1

screenie1 is the message that is sent, even if the moderator doesn't include a reason

screenie2 is the same, but with a reason.

Good luck.

Note: updated with bugfix + Ian's recommend on ability to NOT send PM.


Attachments
2405-screenie1.jpg (50 downloads)
2406-screenie2.jpg (44 downloads)
2419-ReadMe.txt (43 downloads)



Edited by sirdude (06/20/07 12:12 PM)
Edit Reason: Update Readme.txt
_________________________

Top
#314428 - 06/16/07 12:31 PM Re: [7.1.1] - Move thread will PM the topic starter [Re: sirdude]
Ian_W Offline

Veteran

Registered: 02/22/02
Posts: 2575
Loc: England
Thanks sirdude laugh
_________________________
Fans Focus - Focusing on Fans of Sport

(Okay - mainly football (the British variety wink at the moment - but expanding all the time....)

Top
#314452 - 06/17/07 05:03 AM Re: [7.1.1] - Move thread will PM the topic starter [Re: Ian_W]
Mark_S Offline
Power User

Registered: 11/15/03
Posts: 86
Loc: UK
Very Very Good wink

Its obvious but yet its not stock wink

I like it more as its a pm and not an e-mail wink

I think i will add this one after 7.2 is settled in smile

Top
#314453 - 06/17/07 06:47 AM Re: [7.1.1] - Move thread will PM the topic starter [Re: Mark_S]
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
I do rather like the idea behind this smile
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#314456 - 06/17/07 09:25 AM Re: [7.1.1] - Move thread will PM the topic starter [Re: Gizmo]
Ian_W Offline

Veteran

Registered: 02/22/02
Posts: 2575
Loc: England
haven't installed this, but it would be good to have a 'do not PM user' - especially if one has to move posts made by the autoposting bot wink
_________________________
Fans Focus - Focusing on Fans of Sport

(Okay - mainly football (the British variety wink at the moment - but expanding all the time....)

Top
#314458 - 06/17/07 02:29 PM Re: [7.1.1] - Move thread will PM the topic starter [Re: Ian_W]
sirdude Offline
Enthusiast

Registered: 11/08/03
Posts: 490
Loc: SoCal
i like that idea Ian. i'll add that option and update.

/me adds to list
_________________________

Top
#314461 - 06/17/07 07:27 PM Re: [7.1.1] - Move thread will PM the topic starte [Re: sirdude]
sirdude Offline
Enthusiast

Registered: 11/08/03
Posts: 490
Loc: SoCal
Ok, i found a bug anyway. So now there is an option to allow the Mover to decide yes/no (thanks Ian), if they want to inform the topic starter/poster of the move and why.

If yes then they get a PM with a reason (only if one is supplied). Otherwise they are just informed of the move.

I also added the PM inform on when a Post and all of its replies are moved. Seemed reasonable. Little different wording on the PM and another template modified, but it functions the same.

Only thing i DON'T inform on is a topic move/merge. That is left up to the Moderator/Admin to decide what to do.

The readme.txt is updated in the first post above to reflect these changes.
_________________________

Top
#314468 - 06/18/07 01:11 PM Re: [7.1.1] - Move thread will PM the topic starte [Re: sirdude]
Rose Offline
Power User

Registered: 09/29/06
Posts: 76
sirdude, this is a good mod. I'll use this when 7.2 is finished. Thanks. smile

Top
#314469 - 06/18/07 01:46 PM Re: [7.1.1] - Move thread will PM the topic starte [Re: Rose]
sirdude Offline
Enthusiast

Registered: 11/08/03
Posts: 490
Loc: SoCal
Thanks Rose,

i'll check for 7.2 compatibility, but at first glance it's probably a drop in.
_________________________

Top
#314495 - 06/20/07 11:51 AM Re: [7.1.1] - Move thread will PM the topic starte [Re: sirdude]
Mike G Offline
Newbie

Registered: 05/28/07
Posts: 11
I was just about to apply this mod and found the following.

In the readme file for step 2.


Quote:
Open: /languages/english/movetpost.php

Find:

---
$ubbt_lang['REASON'] = "Reason for moving
---

Replace with:

---
$ubbt_lang['REASON'] = "Reason for moving (Sent along with PM)";
$ubbt_lang['SEND_PM'] = "Should a PM to post starter be sent?";


In our 7.1.1 installation we have no 'movetpost.php' (which is probably a typo) and the contents of the file there is no "REASON" line, here is the contents of our movepost.php file.

Quote:
<?php
$ubbt_lang['CHOOSE_HEAD'] = "Move post & replies";
$ubbt_lang['MOVE_TO'] = "Move post & replies to:";
$ubbt_lang['MERGE_WITH'] = "Merge post & replies with Post#:";
$ubbt_lang['SUBMIT'] = "Submit";
?>



Top
#314496 - 06/20/07 12:06 PM Re: [7.1.1] - Move thread will PM the topic starte [Re: Mike G]
sirdude Offline
Enthusiast

Registered: 11/08/03
Posts: 490
Loc: SoCal
hrm... good catch.

it's probably (and is movepost.php)

let me update the readme.txt to reflect the REAL 'Find:'

thanks...

film @ 11
_________________________

Top
#314497 - 06/20/07 12:13 PM Re: [7.1.1] - Move thread will PM the topic starte [Re: sirdude]
sirdude Offline
Enthusiast

Registered: 11/08/03
Posts: 490
Loc: SoCal
now fixed to be find + add below

thanks!

just re-download the new readme.txt smile
_________________________

Top
#314505 - 06/20/07 09:32 PM Re: [7.1.1] - Move thread will PM the topic starte [Re: sirdude]
Mike G Offline
Newbie

Registered: 05/28/07
Posts: 11
Excellent Mod! Thanks, works like a charm!

Top
#316415 - 12/01/07 05:34 PM Re: [7.1.1] - Move thread PMs topic starter/poster [Re: sirdude]
Mike G Offline
Newbie

Registered: 05/28/07
Posts: 11
I just realized today that if the topic starter responds to the PM, it doesn't go to the mod that moved the topic, in fact it doesn't go anywhere.

At first I thought this was very odd, but now as I type this I'm thinking maybe it is more complex than that?


Top



Moderator:  sirdude 
Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks